From 98f61991139e7600f485e9c6fa8ebc9d5a7c4cbb Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 28 Jul 2009 19:11:37 +0000 Subject: [PATCH] Typo fix. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3733 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/garmin_gpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/garmin_gpi.c b/gpsbabel/garmin_gpi.c index f905ac2a7..0a43cdc96 100644 --- a/gpsbabel/garmin_gpi.c +++ b/gpsbabel/garmin_gpi.c @@ -596,7 +596,7 @@ read_tag(const char *caller, const int tag, waypoint *wpt) for (x = 0; x < sz; x++) fprintf(stderr, "%c", isalnum(b[x]) ? b[x] : '.'); } -#endif GPI_DBG +#endif // GPI_DBG break; default: warning(MYNAME ": Unknown tag (0x%x). Please report!\n", tag); -- 2.30.2